feat(build): Update TF-A build command paths#682
Merged
Conversation
Earlier, in TF-A, AM62L code was in plat/ti/k3/am62l/. But on ti-tfa-2.14.y, this is in plat/ti/k3low/am62lx/. This causes the existing build commands to fail for obvious reasons. Update the paths in these commands. Signed-off-by: Suhaas Joshi <s-joshi@ti.com>
Collaborator
|
while at-it , please add beaglebadge as well |
praneethbajjuri
previously requested changes
Apr 20, 2026
praneethbajjuri
left a comment
Collaborator
There was a problem hiding this comment.
https://git.ti.com/cgit/arago-project/meta-ti/commit/?id=5aa1c6ef1572695ae26f6759ca337ec8b05f913b make changes associated with AM62L beaglebadge name
Collaborator
|
@praneethbajjuri , let this PR merge as is, I have a update for badge which I will send as soon as this PR is merged. |
jmenti
approved these changes
Apr 20, 2026
Incremental pr for beaglebadge to be sent seperately
praneethbajjuri
approved these changes
Apr 20, 2026
cshilwant
approved these changes
Apr 20, 2026
shiva-ti
approved these changes
Apr 21, 2026
sadik-smd
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Earlier, in TF-A, AM62L code was in plat/ti/k3/am62l/. But on ti-tfa-2.14.y, this is in plat/ti/k3low/am62lx/. This causes the existing build commands to fail for obvious reasons. Update the paths in these commands.